home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFTERMS / TFTERMS.txt
Text File  |  1999-03-22  |  657b  |  36 lines

  1. object FTerms: TFTerms
  2.   Left = 228
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone Read-Me'
  7.   ClientHeight = 346
  8.   ClientWidth = 496
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Terms: TMemo
  15.     Left = 7
  16.     Top = 7
  17.     Width = 480
  18.     Height = 303
  19.     Lines.Strings = (
  20.       'READ ME FILE')
  21.     ReadOnly = True
  22.     ScrollBars = ssVertical
  23.     TabOrder = 0
  24.   end
  25.   object OkBtn: TButton
  26.     Left = 218
  27.     Top = 319
  28.     Width = 61
  29.     Height = 19
  30.     Caption = 'OK'
  31.     Default = True
  32.     TabOrder = 1
  33.     OnClick = OkBtnClick
  34.   end
  35. end
  36.